home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / timeline.dir / 00046_Script_46 < prev    next >
Text File  |  1983-01-29  |  304b  |  17 lines

  1. on toglipopop
  2.   global dove,cambio
  3.   set cambio to ""
  4.   set var to string(the windowlist)
  5.   if offset ("popup",var) then
  6.     close window "popup"
  7.     forget window "popup"  
  8.     if objectp (attore) then forget attore
  9.     set dove to 0
  10.     curfinmetti
  11.      
  12.   end if
  13.   
  14.   updatestage
  15. end
  16.  
  17.